html,body{
    font-size:14px;
    font-family: "Microsoft YaHei";
    color:#494949;
    line-height:24px;
    min-width: 1400px;
    margin:0;
    padding:0;
    background-color: #f6f6f6;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
}
a{
    text-decoration:none;
    color:#494949;
}
a:hover{
    color: #d0000e;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

.main1400{
    width: 1400px;
    margin: 0 auto;
}


/*首屏轮播图*/
.focus_top{
    height: 540px;
    position: relative;
}
.focus_top_logo_row{
    width: 100%;
    height: 140px;
    background: url("../images/focus-top-bg.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.focus_top_logo_row img{
    padding-top: 16px;
}


.focus_top_in{
    width: 100%;
    height: 540px;
    position: relative;
    zoom: 1;
    overflow: hidden;
}
.focus_top_in .hd{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.focus_top_in .hd ul{
    width: 300px;
    height: 540px;
    position: absolute;
    right: 0;
    z-index: 10;
    background: url("../images/fpcus-bg.png") repeat-x;
}
.focus_top_in .hd ul li{
    transition: background-color .1s linear, color .1s linear;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-top: 4px;
}
.focus_top_in .hd ul li:first-child{
    margin-top: 126px;
}
.focus_top_in .hd ul li a{
    color: #fff;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.focus_top_in .hd ul li.on{
    height: 80px;
    background-image: linear-gradient(to right,#de3412,#49180e);
    font-size: 22px;
}

.focus_top_in .bd {
    width: 2560px;
    height: 540px;
}
.focus_top_in .bd li{
    width: 100%;
    height: 540px;
}
.focus_top_in .bd li img {
    width: 2560px;
    height: 540px;
    position: absolute;
    left: 50%;
    margin-left: -1280px;
}


/*导航*/
.top_nav{
    height: 90px;
    background-color: #fff;
    border-bottom: 2px solid #f1f1f1;
}
.nav_in{
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
}
.nav_in span{
    width: 1px;
    height: 14px;
    background-color: #999;
}


/*热点*/
.title_row{
    font-size: 34px;
    line-height: 40px;
    padding-top: 76px;
}

ul.rd_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.rd_row li{
    width: 335px;
    height: 284px;
    background-color: #fff;
    margin: 30px 0 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
ul.rd_row li img{
    width: 335px;
    height: 188px;
}
ul.rd_row li p{
    font-size: 20px;
    line-height: 30px;
    padding: 4px 18px 0;
    text-align: justify;
}


/*直播*/
.zb_row{
    width:1400px;
    position:relative;
}
.zb_row .hd{
    width: 66px;
    height: 18px;
    float: right;
    margin-top: -22px;
}
.zb_row .hd .prev,
.zb_row .hd .next{
    display:block;
    width:12px;
    height:18px;
    cursor:pointer;
    opacity: .5;
}
.zb_row .hd .prev{
    background: url("../images/arrow-s-l.png") no-repeat;
    float: left;
}
.zb_row .hd .next{
    background: url("../images/arrow-s-r.png") no-repeat;
    float: right;
}
.zb_row .hd .prev:hover,
.zb_row .hd .next:hover{
    opacity: 1;
}
.zb_row .bd{
    padding:28px 0 0;
    width:1400px;
    overflow:hidden;
}
.zb_row .bd ul{
    overflow:hidden;
    zoom:1;
}
.zb_row .bd ul li{
    float:left;
    width: 1400px;
}

.zb_row .bd ul li .zb_left{
    width: 690px;
    height: 588px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.zb_row .bd ul li .zb_left p{
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    padding: 30px 30px 0;
    text-align: justify;
}
.zb_row .bd ul li .zb_left span{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #999;
    padding: 10px 30px 0;
}

.zb_row .bd ul li .zb_right{
    width: 690px;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zb_row .bd ul li .zb_right div{
    width: 335px;
    height: 284px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.zb_row .bd ul li .zb_right div img{
    width: 335px;
    height: 188px;
}
.zb_row .bd ul li .zb_right div p{
    font-size: 20px;
    line-height: 30px;
    padding: 4px 18px 0;
    text-align: justify;
}
.zb_row .bd ul li .zb_right div:nth-child(3),
.zb_row .bd ul li .zb_right div:nth-child(4){
    margin-top: 20px;
}


/*访谈*/
.ft_row{
    width:1400px;
    position:relative;
}
.ft_row .hd{
    width: 66px;
    height: 18px;
    float: right;
    margin-top: -22px;
}
.ft_row .hd .prev,
.ft_row .hd .next{
    display:block;
    width:12px;
    height:18px;
    cursor:pointer;
    opacity: .5;
}
.ft_row .hd .prev{
    background: url("../images/arrow-s-l.png") no-repeat;
    float: left;
}
.ft_row .hd .next{
    background: url("../images/arrow-s-r.png") no-repeat;
    float: right;
}
.ft_row .hd .prev:hover,
.ft_row .hd .next:hover{
    opacity: 1;
}

.ft_row .bd li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ft_row .bd li div{
    width: 335px;
    height: 284px;
    background-color: #fff;
    margin: 30px 0 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.ft_row .bd li div img{
    width: 335px;
    height: 188px;
}
.ft_row .bd li div p{
    font-size: 20px;
    line-height: 30px;
    padding: 4px 18px 0;
    text-align: justify;
}


/*华声出品*/
.hscp_row{
    width:1400px;
    overflow:hidden;
    position:relative;
    margin-top: 30px;
}
.hscp_row .hd .prev,
.hscp_row .hd .next{
    display:block;
    width:32px;
    height:64px;
    cursor:pointer;
    position: absolute;
    top: 138px;
    z-index: 10;
    opacity: .5;
}
.hscp_row .hd .prev{
    background: url("../images/hscp-arrow-l.png") no-repeat;
    left: 0;
}
.hscp_row .hd .next{
    background: url("../images/hscp-arrow-r.png") no-repeat;
    right: 0;
}
.hscp_row .hd .prev:hover,
.hscp_row .hd .next:hover{
    opacity: 1;
}
.hscp_row .bd{

}
.hscp_row .bd ul{
    overflow:hidden;
    zoom:1;
}
.hscp_row .bd ul li{
    width: 216px;
    margin:0 21px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
}
.hscp_row .bd ul li img{
    width: 216px;
    height: 340px;
}
.hscp_row .bd ul li p{
    font-size: 16px;
}










